home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / The Journal / _SETUP.1 / Journal.exe / 0 / RCDATA / TJOURNALSPLASHFORM / TJOURNALSPLASHFORM.txt < prev   
Encoding:
Text File  |  1996-12-12  |  1.9 KB  |  84 lines

  1. object JournalSplashForm: TJournalSplashForm
  2.   Left = 248
  3.   Top = 145
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 171
  7.   ClientWidth = 312
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object SplashPanel: TPanel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 278
  20.     Height = 137
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     Color = clSilver
  24.     TabOrder = 0
  25.     object JournalLogo: TImage
  26.       Left = 51
  27.       Top = 8
  28.       Width = 176
  29.       Height = 83
  30.       AutoSize = True
  31.       Picture.Data = {<image000.bmp>}
  32.     end
  33.     object CopyrightLabel: TLabel
  34.       Left = 35
  35.       Top = 96
  36.       Width = 209
  37.       Height = 15
  38.       Caption = 'Copyright ∩┐╜ 1996 by David R. Michael.'
  39.       Font.Color = clBlack
  40.       Font.Height = -13
  41.       Font.Name = 'Times New Roman'
  42.       Font.Style = []
  43.       ParentFont = False
  44.     end
  45.     object AllRightsLabel: TLabel
  46.       Left = 85
  47.       Top = 112
  48.       Width = 110
  49.       Height = 15
  50.       Caption = 'All Rights Reserved.'
  51.       Font.Color = clBlack
  52.       Font.Height = -13
  53.       Font.Name = 'Times New Roman'
  54.       Font.Style = []
  55.       ParentFont = False
  56.     end
  57.     object UnregisteredLabel: TLabelEffect
  58.       Left = 41
  59.       Top = 62
  60.       Width = 196
  61.       Height = 47
  62.       Caption = 'Unregistered'
  63.       Color = clSilver
  64.       Font.Color = clRed
  65.       Font.Height = -37
  66.       Font.Name = 'Times New Roman'
  67.       Font.Style = []
  68.       ParentColor = False
  69.       ParentFont = False
  70.       Transparent = True
  71.     end
  72.   end
  73.   object JournalValidator: TDRMValidator
  74.     Company = 'DavidRM Software'
  75.     Package = 'The Journal'
  76.     Version = 'v1.30'
  77.     ValidationKey = '719A510911CE8DB790D66AE8FFF8F97F'
  78.     RegistryKey = 'Software\DavidRM\The Journal'
  79.     PackageImage = JournalLogo
  80.     Left = 24
  81.     Top = 120
  82.   end
  83. end
  84.